home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / temacd / outpostfirewall / OutpostProInstall64.exe / {code_GetDest} / SandBox64.inf < prev    next >
Windows Setup INFormation  |  2007-11-16  |  2KB  |  74 lines

  1. ;Copyright (c) 2005-2007 Agnitum Ltd. All rights Reserved
  2. [Version]
  3. Signature    = "$Windows NT$"
  4. Class        = "SecurityEnhancer"                ;This is determined by the work this filter driver does
  5. ClassGuid     = {d02bc3da-0c8e-4945-9bd5-f1883c226c8c}    ;Class = SecurityEnhancer
  6. Provider     = %MfgName%
  7. CatalogFile    = %ImageName%.cat ; Catalog files are supplied by the Microsoft Windows Hardware Quality Lab (WHQL)
  8.  
  9. [DestinationDirs]
  10. DefaultDestDir    = 12
  11. DriverFiles    = 12 ;%windir%\system32\drivers
  12.  
  13. [SourceDisksNames]
  14. 1 = %Disk1%
  15.  
  16. [SourceDisksFiles]
  17. %ImageName%.sys = 1
  18.  
  19. ;; Default install sections
  20. [DefaultInstall]
  21. OptionDesc    = %ServiceDesc%
  22. CopyFiles    = DriverFiles
  23.  
  24. [DefaultInstall.Services]
  25. AddService    = %ServiceName%,,Service
  26.  
  27. ;; Default uninstall sections
  28. [DefaultUninstall]
  29. DelFiles    = DriverFiles
  30.  
  31. [DefaultUninstall.Services]
  32. DelService    = %ServiceName%,0x200        ; Flags note to stop service first
  33.  
  34. [Service]
  35. DisplayName    = %ServiceName%
  36. Description    = %ServiceDesc%
  37. ServiceBinary    = %12%\%ImageName%.sys    ;%windir%\system32\drivers\SandBox64.sys
  38. ServiceType    = 2    ; SERVICE_FILE_SYSTEM_DRIVER
  39. StartType    = 1    ; SERVICE_SYSTEM_START
  40. ;StartType    = 0    ; SERVICE_BOOT_START
  41. ErrorControl    = 1    ; SERVICE_ERROR_NORMAL
  42. LoadOrderGroup    = "FSFilter Security Enhancer"
  43. AddReg        = AddRegistry
  44.  
  45. ;; Registry Modifications
  46. [AddRegistry]
  47. HKR,"Instances","DefaultInstance",0x00000000,%DefaultInstance%
  48. HKR,"Instances\"%Instance1.Name%,"Altitude",0x00000000,%Instance1.Altitude%
  49. HKR,"Instances\"%Instance1.Name%,"Flags",0x00010001,%Instance1.Flags%
  50. HKR,Parameters,ConfigPath,,"\SystemRoot\System32\"
  51. ;;HKR,Parameters,VdbPath,,"\SystemRoot\System32\Filt\vdb9.xml"
  52. HKR,Parameters,VdbPath,,"\SystemRoot\System32\Filt\vdb.xml"
  53. HKR,Parameters,QuarantinePath,,"\SystemRoot\System32\Filt\qua"
  54. HKR,Parameters,TempPath,,"\SystemRoot\System32\Filt\tmp"
  55. HKR,Parameters,ASWdbPath,,"\SystemRoot\System32\Filt\spy6_main.sdb"
  56.  
  57. ;; Copy Files
  58. [DriverFiles]
  59. %ImageName%.sys
  60.  
  61. ;; String Section
  62. [Strings]
  63. MfgName        = "Agnitum, Ltd."
  64. ServiceName = "SandBox"
  65. ServiceDesc = "Agnitum Host Protection Component"
  66. ImageName   = "SandBox64"
  67. Disk1        = "SandBox Source Media"
  68.  
  69. ;Instances specific information.
  70. DefaultInstance    = "Top Instance"
  71. Instance1.Name    = "Top Instance"
  72. Instance1.Altitude = "385000"
  73. Instance1.Flags    = 0x0
  74.